From: Glenn Morris Date: Sat, 14 May 2011 20:11:34 +0000 (-0700) Subject: * lisp/allout.el: Comment fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3812 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=17d6f8ae0f095c1bbc0097c3a3f4a8844b66830b;p=emacs.git * lisp/allout.el: Comment fix. --- diff --git a/lisp/allout.el b/lisp/allout.el index 736ec42718b..16a816549d2 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -6507,7 +6507,7 @@ If BEG is bigger than END we return 0." (defun allout-mark-marker (&optional force buffer) "Accommodate the different signature for `mark-marker' across Emacsen. -XEmacs takes two optional args, while mainline GNU Emacs does not, +XEmacs takes two optional args, while Emacs does not, so pass them along when appropriate." (if (featurep 'xemacs) (apply 'mark-marker force buffer)